home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5191 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: Inter.NL.net!usenet
  2. From: K.Klijnsma@net.HCC.nl (Kelvin Klijnsma)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Best way to make a circle
  5. Date: Thu, 08 Feb 1996 13:04:35 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4fcsbt$mc3@altrade.nijmegen.inter.nl.net>
  8. References: <1996Feb8.043040.19301@lafn.org>
  9. Reply-To: K.Klijnsma@net.HCC.nl
  10. NNTP-Posting-Host: lw99-19.leeuwarden.nl.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. an234@lafn.org (Andres Lessing) wrote:
  14.  
  15. >I am working on 3d Graphics quite succesfully as of now and am trying to 
  16. >put together a good Graphics library that is much faster than BGI drivers.
  17. >I know that Sin and Cosine take to much time to calculate... so... which 
  18. >way should I do it?
  19.  
  20. Usually the best trick is to have precomputed look-up tables for sine
  21. and cosine (and *dont't* use floating point numbers).
  22. Hope this helps!
  23.  
  24.      ________________________________________________
  25.     |_                                              _|
  26.    (__)              Kelvin Klijnsma               (__)
  27.    (___)          K.Klijnsma@net.HCC.nl           (___)
  28.    (__)   http://www.inter.nl.net/hcc/K.Klijnsma   (__)
  29.     |________________________________________________|
  30.  
  31.